projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a276db2
)
board/LaCie/edminiv2/edminiv2.c: Fix build warning
author
Wolfgang Denk
<
[email protected]
>
Fri, 9 Dec 2011 11:14:28 +0000
(12:14 +0100)
committer
Wolfgang Denk
<
[email protected]
>
Sat, 10 Dec 2011 22:11:14 +0000
(23:11 +0100)
Fix:
edminiv2.c: In function 'reset_phy':
edminiv2.c:98:2: warning: implicit declaration of function
'mv_phy_88e1116_init' [-Wimplicit-function-declaration]
Signed-off-by: Wolfgang Denk <
[email protected]
>
Cc: Albert ARIBAUD <
[email protected]
>
Acked-by: Simon Guinot <
[email protected]
>
board/LaCie/edminiv2/edminiv2.c
patch
|
blob
|
history
diff --git
a/board/LaCie/edminiv2/edminiv2.c
b/board/LaCie/edminiv2/edminiv2.c
index c1a01bc6139fb9fefdc537a04c08f98539bde09b..1b33875f2f0e5d29685f025bcbfe2da0502a3e01 100644
(file)
--- a/
board/LaCie/edminiv2/edminiv2.c
+++ b/
board/LaCie/edminiv2/edminiv2.c
@@
-27,6
+27,7
@@
#include <common.h>
#include <miiphy.h>
#include <asm/arch/orion5x.h>
+#include "../common/common.h"
DECLARE_GLOBAL_DATA_PTR;